home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / ARP < prev    next >
Text File  |  1995-05-21  |  2KB  |  51 lines

  1. ===                                                 DISview [518]
  2. arp
  3. ===
  4.  
  5. _________________________________________________________________
  6. arp
  7. _________________________________________________________________
  8. Display the Address Resolution Protocol (ARP) table that maps IP
  9. addresses to their link addresses on networks capable of 
  10. broadcasting.  For each IP address entry the network type
  11. (e.g. Ethernet), network address and time to expiration is shown.
  12. If the link address is currently unknown, the number of IP 
  13. datagrams awaiting resolution is also shown.
  14.  
  15.  
  16. _________________________________________________________________
  17. arp add <nodename> ether|ax25|netrom|arcnet <network_address>
  18. _________________________________________________________________
  19. Add a permanent entry to the table.  It will not time out (in
  20. contrast to an automatically-created entry, which will disappear
  21. after nothing has been heard from a host for x minutes).  A
  22. permanent entry can be removed with the 'arp drop' command.
  23.  
  24. >> Example:  arp add alpha.mynet.com ether 02:33:45:66:78:9a
  25.  
  26.  
  27. _________________________________________________________________
  28. arp drop <nodename> ether|ax25|netrom|arcnet
  29. _________________________________________________________________
  30. Remove the specified entry from the ARP table.
  31.  
  32. >> Example:  arp drop alpha.mynet.com ether
  33.  
  34.  
  35. _________________________________________________________________
  36. arp flush
  37. _________________________________________________________________
  38. Drop all automatically-created entries in the ARP table.
  39.  
  40. Permanent entries are not affected.
  41.  
  42.  
  43. _________________________________________________________________
  44. arp publish <nodename> ether|ax25|netrom|arcnet <network_address>
  45. _________________________________________________________________
  46. This command is similar to the 'arp add' command, but the system
  47. will also respond to any ARP request it sees on the network that
  48. seeks the specified address.  (Use this feature with great care).
  49.  
  50. >> Example:  arp publish alpha.mynet.com ether 02:33:45:66:78:9a
  51.